home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
chip_08_2000.iso
/
software
/
bledy w w2k
/
w2000euu
/
eng
/
appupd_en.exe
/
RCDATA
/
CABINET
/
update.inf
< prev
next >
Wrap
Windows Setup INFormation
|
2000-03-14
|
2KB
|
64 lines
[Version]
Signature = "$Chicago$"
Provider = %Msft%
AdvancedINF = 2.0,%AdvPack%
[DefaultInstall]
RequiredEngine = setupapi.dll,%SetupAPI%
CheckAdminRights = 1
RenFiles = ShimRen
CopyFiles = ShimCopy
AddReg=AppCompatSetup.reg
RunPostSetupCommands = RunPostSetupCmds
[DestinationDirs]
ShimRen = 25,AppPatch
ShimCopy = 25,AppPatch
; This renames the previous version of shcmn.dll to shcmn.xxx where .xxx is the
; "Ver" number of this compatibility update package
; This allows restoring things back to the previous state.
;[ShimRen]
;shcmn3.%Ver%, shcmn3.dll
; Files that get copied to the %WinDir%\AppPatch directory
[ShimCopy]
shcmn3.dll,,,4
add_%Ver%.reg,,,4
[RunPostSetupCmds]
regedit /s %25%\AppPatch\add_%Ver%.reg
[AppCompatSetup.reg]
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,"%COMPName%"
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x10001,01,00,00,00
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VERSION%"
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LANG%"
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%COMPID%"
[Strings]
; !!!!!!!WARNING!!!!!!!!
; !!!!!!!WARNING!!!!!!!!
; !!!!!!!WARNING!!!!!!!!
; !!!!!!!WARNING!!!!!!!!
; >>>>> VERSION must be updated for each compat update package <<<<<
; "Ver" must also match the first field of VERSION.
VERSION="1,0,2195,0"
Ver="001"
; Don't change this -- this is our unique GUID
GUID={43F30799-4D66-452b-936C-5D3E71F9D520}
; Don't change these either
COMPID="Windows 2000 Evaluation Update"
COMPName="W2KAppComp"
;----------------------
; localizeable Strings
;----------------------
LANG="*"
Msft = "Microsoft"
AdvPack = "The correct version of Advpack.dll was not found, update halted."
SetupAPI = "Required file: SetupAPI.dll, is missing from your system."